projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c11702
)
Disable ACPI APEI feature for ia64
author
Keir Fraser
<keir.fraser@citrix.com>
Thu, 2 Sep 2010 12:35:40 +0000
(13:35 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Thu, 2 Sep 2010 12:35:40 +0000
(13:35 +0100)
The apei-io.c cannot be built on ia64.
Signed-off-by: KUWAMURA Shin'ya <kuwa@jp.fujitsu.com>
xen/drivers/acpi/Makefile
patch
|
blob
|
history
diff --git
a/xen/drivers/acpi/Makefile
b/xen/drivers/acpi/Makefile
index f7a693f028f33b65bf9387ef04f5441a109889e6..abc66f8a07721a0cd4ef6ac36d5116e05f5053fc 100644
(file)
--- a/
xen/drivers/acpi/Makefile
+++ b/
xen/drivers/acpi/Makefile
@@
-1,6
+1,6
@@
subdir-y += tables
subdir-y += utilities
-subdir-
y
+= apei
+subdir-
$(x86)
+= apei
obj-y += tables.o
obj-y += numa.o